scrolledwindow: Remove overshoot window and displacement animation
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 28 May 2014 17:17:02 +0000 (19:17 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 03:13:48 +0000 (23:13 -0400)
commit7bdc219464f786ef067554bb7c059f84ccbdacb8
treecbad4c6f11a1e2968ceaf98f69d0da99521e8687
parent18c113cde1b65b947b57a7a80f4b5bf23787d5bb
scrolledwindow: Remove overshoot window and displacement animation

The displacement animation has been replaced by edge gradients, that
have a stronger color the harder overshooting is hit. This makes it
possible to remove the internal overshoot window, which was merely
used to have contents displaced when overshooting to top/left.

Overshooting to bottom/right used to cause queue_resize() to be
called on the scrolled window, this isn't necessary anymore either.

https://bugzilla.gnome.org/show_bug.cgi?id=731297
gtk/gtkscrolledwindow.c